Comments for MEDB 5501, Week 5

Bloat data

data_dictionary: diet.txt

source:
  This data file is part of the Data and 
  Story library, an archive of various
  data sets useful for teaching.
  The entire archive is at
  https://dasl.datadescription.com/

description:
  This data set shows side effects of specially
  prepared diet crackers. A more detailed
  description is available at
  https://dasl.datadescription.com/datafile/diet/
  

::: notes Here is the top third of the data dictionary for a file, diet.txt. It comes from the DASL repository.

Bloat data

download:
  https://dasl.datadescription.com/download/data/3163
  
copyright:  
  Unknown. You should be able to use this data for
  individual educational purposes under the Fair Use
  guidelines of U.S. copyright law.

format: 
  delimiter: tab
  varnames: first row of data
  missing-value-code: not needed
  rows: 51
  columns: 2

Bloat data

vars:
  Bloat:
    label: Did the patient experience bloating?
    format: string

  Cracker:
    label: Type of cracker
    format: string

Figure 1: SPSS data window

Figure 2: SPSS chart builder dialog box

Figure 3: SPSS chart builder dialog box

Figure 4: SPSS output window

Figure 5: SPSS options menu

Figure 6: SPSS properties dialog box

Figure 7: SPSS properties dialog box

Figure 8: SPSS properties dialog box

Figure 9: SPSS graph after modifications

Titanic data

data_dictionary: titanic.txt

description:
  Mortality among passengers of the Titanic
  http://www.statsci.org/data/general/titanic.html

download:
  http://www.statsci.org/data/general/titanic.txt
  http://www.pmean.com/15/images/day2titanic.txt

vars:
  Name:
    label: Passenger name
  

Titanic data

  PClass:
    label: Passenger class
    scale: ordinal text categories
    values: 1st, 2nd, 3rd
    
  Age:
    unit: years
    scale: positive real
    
  Sex:
    scale: nominal text categories
    values: female, male

  Survived:
    scale: binary integer categories
    values:
      yes: 1
      no: 0